Fix a typo in the docs. (#347032, Kouhei Sutou)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Jul 2006 16:30:47 +0000 (16:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Jul 2006 16:30:47 +0000 (16:30 +0000)
2006-07-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
a typo in the docs.  (#347032, Kouhei Sutou)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkprintcontext.c

index c8c7baa7a2bdf19a060fd798100600a978299a19..262a7839e61bb52dc8fee884a3783f76a05da78d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
+       a typo in the docs.  (#347032, Kouhei Sutou)
+
        * gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
        that priv->current_page is non-NULL.  (#347048, Guillaume 
        Cottenceau)
index c8c7baa7a2bdf19a060fd798100600a978299a19..262a7839e61bb52dc8fee884a3783f76a05da78d 100644 (file)
@@ -1,5 +1,8 @@
 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
+       a typo in the docs.  (#347032, Kouhei Sutou)
+
        * gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
        that priv->current_page is non-NULL.  (#347048, Guillaume 
        Cottenceau)
index c1406644e786991cd3f041dfb9e6827d61de1df4..b7762408111ab1d64c7cd74f9ff2416f487866de 100644 (file)
@@ -312,7 +312,7 @@ gtk_print_context_get_width (GtkPrintContext *context)
  * gtk_print_context_get_height:
  * @context: a #GtkPrintContext
  * 
- * Obtains the width of the #GtkPrintContext, in pixels.
+ * Obtains the height of the #GtkPrintContext, in pixels.
  *
  * Return value: the height of @context
  *